Newer
Older
Simple-Multiplayer-Unity3D / Multiplayer Project / Library / PackageCache / com.unity.collab-proxy@2.7.1 / Editor / _Deprecated / CollabPlugin.cs
  1. using System.ComponentModel;
  2. namespace Unity.PlasticSCM.Editor
  3. {
  4. // Internal usage. This isn't a public API.
  5. [EditorBrowsable(EditorBrowsableState.Never)]
  6. public static class CollabPlugin
  7. {
  8. // Internal usage. This isn't a public API.
  9. [EditorBrowsable(EditorBrowsableState.Never)]
  10. public static bool IsEnabled()
  11. {
  12. return false;
  13. }
  14. }
  15. }